home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 4 / THE BEST OF SELECT Games Special 4 (Select CD-ROM)(1996).iso / dosgames / schatten / go.bat < prev    next >
DOS Batch File  |  1996-02-18  |  914b  |  30 lines

  1. echo off
  2. @echo To quit: click on item bottom-left, Spiel beenden, Tja muß leider sein
  3. @pause
  4. cd vrchksum
  5. vrchksum /cmd:testbinary /bin:original.bin
  6. cd ..
  7. pause
  8. cls
  9. echo Solltest Du eine Fehlermeldung erhalten haben, dann breche dieses
  10. echo Programm mit den Tasten STRG und 'C' ab und lösche es sofort.
  11. pause
  12. cls
  13. if exist ..\SCHATTEN.bat erase ..\SCHATTEN.bat
  14. if "%1" == "SOUND" goto new_sound
  15. if "%1" == "sound" goto new_sound
  16. if "%1" == "Sound" goto new_sound
  17. if exist PSMCFG4.DAT goto play_game
  18. :new_sound
  19. psmcfg4.exe
  20. if exist PSMCFG4.DAT goto play_game
  21. echo ┌───────────────────────────────────────────────────────────────┐
  22. echo │ Bevor Du spielen kannst, mußt Du Deine Soundkarte einstellen! │
  23. echo └───────────────────────────────────────────────────────────────┘
  24. goto endof_bat
  25. :play_game
  26. xp00.exe %1 %2 %3 %4 %5
  27. if errorlevel 1 goto endof_bat
  28. xp01.exe %1 %2 %3 %4 %5
  29. :endof_bat
  30.